home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ubd10.zip / UBD.DOC < prev    next >
Text File  |  1991-01-03  |  9KB  |  227 lines

  1.  
  2.  
  3.  
  4.                             USER'S BIRTHDAY DOOR
  5.  
  6.                            SYSOP's  DOCUMENTATION
  7.  
  8.                               January 3, 1990
  9.                                      By
  10.                         Larry Reeves & Kirk Lewellen
  11.           ----==================================================----
  12.  
  13.  
  14.                         COPYRIGHT/LICENSE INFORMATION
  15.  
  16.           This program, the manual, and all information regarding
  17.          them are the property of HOT Programers. This program,
  18.          the manual, and all information regarding them MAY BE be
  19.          copied or distributed by any entity, private or public,
  20.          without the permission of HOT Programers Authors provided
  21.          no fees are received or transferred. This  application is
  22.          distributed through the share ware concept.
  23.  
  24.  
  25.                          COPYRIGHTS and TRADEMARKS
  26.  
  27.       HOT Doors (R) is a registered trademark of HOT COM
  28.  
  29.       Quick basic (R) is a registered trademark of Micro soft Corporation
  30.  
  31.       PCBoard (R) is a registered trademark of Clark Development Company (CDC)
  32.  
  33.       MS-DOS (R) is a registered trademark of MICRO SOFT Corporation
  34.  
  35.       DSZ is copyrighted Omen Technology Inc.
  36.  
  37.       Door Source is Copyrighted Computer City, USA 1988, 1989, 1990
  38.  
  39.  
  40.  
  41.                               DISTRIBUTION
  42.  
  43.        You may make copies of the program files for USERBD  door and the
  44.       documentation (Not to include the USERBD.EXE registered) files together
  45.       and distribute them to others, upload to bulletin boards etc. for
  46.       non-commercial purposes. The program files should not be distributed
  47.       with the USERBD.EXE registered file. None of the files should be
  48.       modified in any way.
  49.  
  50.  
  51.  
  52.                                  NOTICE
  53.  
  54.        This program, and all supporting programs and documentation are
  55.       provided "as is" without warranty of any kind, either expressed
  56.       or implied, including but not limited to the implied warranties
  57.       of merchantability and fitness for a particular purpose.  In no
  58.       event will HOT Programers, HOT COM or The HOT BBS be liable to
  59.       you for any damages arising out of the use or inability to use
  60.       this program and/or all supporting programs and documentation.
  61.  
  62.                   All prices and other information are
  63.                  subject to change without notice.
  64.  
  65.  
  66.                                DOOR Setup
  67.  
  68.        Make a batch file to run the DOOR as described in your PCBoard
  69.         (R) documentation.
  70.        Create a sub directory to place all the files into.
  71.  
  72.  
  73.                                  Example:
  74.  
  75.        CD \DOORS\USERBD
  76.        USERBD UBD.cfg  <== Runs USERBD.EXE passing a parameter
  77.                           of UBD.CFG
  78.        CD \PCB            an example of this file is below.
  79.        BOARD
  80.  
  81.       
  82.                              Example xxxxxxxx.CFG file:
  83.  
  84.       Configuration File
  85.  
  86.           The configuration file's first four lines is setup up exactly like
  87.       most other doors. It should be:
  88.           Multi Node systems require a .CFG file for each node.
  89.  
  90.          Full Drive\Path\and name of PCBOARD.SYS
  91.          BBS'S name
  92.          Sysop's First name
  93.          Sysop's Last name
  94.  
  95.  
  96.  
  97.       A example of this when filled out would be:
  98.  
  99.          C:\PCB\PCBOARD.SYS
  100.          The HOT BBS Local
  101.          Larry
  102.          Reeves
  103.  
  104.          The example file UBD.CFG and the demo PCBOARD.SYS may be used
  105.         to test or run the program from the DOS command line.
  106.         AS: USERS UBD.CFG  <ENTER>
  107.  
  108.        The versions of PCBoard are 11.8 and up, including support for 14.0
  109.       and up! The default bbs type is PCBoard 14.x. If you wish to change
  110.       that, simply put this into your environment table by using the DOS
  111.       command, SET.
  112.  
  113.            SET DORSRC=PCB14    -   Door Source will run PCBoard 14.x (DEFAULT)
  114.            SET DORSRC=PCB121   -   Door Source will run PCBoard 11.8+ with COM1
  115.            SET DORSRC=PCB122   -   Door Source will run PCBoard 11.8+ with COM2
  116.  
  117.       Another way to change the setting for the bbs type is on the command
  118.       line, simply put PCB121 on the command line for PCBoard 11.8+ on
  119.       COM1 and PCB122 on the command line for PCBoard 11.8+ on COM2, like
  120.       this :
  121.  
  122.            USERBD UBD.CFG PCB121
  123.  
  124.  
  125.  
  126.                                DOOR Operation
  127.  
  128.          User's Birthday Door in Operation will have the status line on the bottom
  129.          of the screen on line 24 and line 25. It will show these things:
  130.  
  131.             1. The caller's baud rate
  132.             2. The caller's name
  133.             3. Time left in the door in minutes.
  134.             4. The name of your door and release version number.
  135.             5. Door Source 3.0
  136.             6. The time the door was entered, current time and flags if any.
  137.             7. Graphics mode (GR) or (NGR)
  138.             8. Bell/Caller alarm toggle status
  139.  
  140.  
  141.  
  142.       The function keys open for the sysop to use are the following:
  143.  
  144.         (F4)    Page Bell Toggle
  145.         (F7)    Caller Alarm Toggle
  146.         (F8)    Return the user to the bbs
  147.         (F10)   Start chat with user
  148.         (ESC)   End chat with user
  149.         (ALT-X) Exit to DOS after sign-off toggle
  150.         (ALT-N) Sysop on next toggle
  151.  
  152.  
  153.  UBDM.EXE is the Maintenance File and can be used from your
  154.           nightly event as:
  155.  
  156.     C:
  157.     CD\DOOR\USERBD
  158.     UBDM
  159.     COPY C:\PCB\GEN\WELL + BDAYS T:\PCB\GEN\WELCOME
  160.     COPY C:\PCB\GEN\WELLg + BDAYS T:\PCB\GEN\WELCOMEg
  161.  
  162.      Once you have changed into the Birthday Door's Directory
  163.     then we run the Maintenance program which creates the BDAYS File.
  164.     This file will have the current Users with a birthday today.
  165.     You may then use severy means to merge this file to your Welcome
  166.     screen or Logoff etc. Here we have our welcome screens labeled as
  167.     WELL & WELLG, then we merge them with the BDAYS file to WELCOME &
  168.     WELCOMEG.
  169.  
  170.      If the UBDM has a number placed after it, from 1 to 99 it will
  171.     create a AGE file. Such as you might want to know all the users
  172.     over 18 for your adult conference or all users over 65 for Free
  173.     access. UBDM 18 will create a file called AGE18.DAT, in this
  174.     file will be the names of all the users over 18 to the day. If
  175.     no number between 1 to 99 is used then the UBDM file will only
  176.     create the BDAYS file. This will be the file with todays Birthdays.
  177.  
  178.  
  179.                                REGISTER
  180.  
  181.       Call The HOT (Heart Of Tennessee) BBS to register your program.
  182.      This DOOR is FREE, if left unchanged and unregistered. If you
  183.      would like to register this Door program with us, either $5 and
  184.      download it (Password for registered file required). For $10 we
  185.      Will call your BBS and upload it to you or mail it to you on a
  186.      disk. Please specify Disk Size.
  187.  
  188.       The HOT (Heart Of Tennessee) BBS Node #1 --> (615) 890-8715
  189.       or :
  190.            The HOT BBS / USERBD
  191.            Larry Reeves
  192.            3235 Windsor Green Dr.
  193.            Murfreesboro, Tn. 37129
  194.  
  195.       Thank You for Using our Door!
  196.  
  197.        Upcoming Programs to include:
  198.  
  199.           File Display Door. This program is great for a HELP DOOR,
  200.         TECH HELP DOOR, ANSII File View DOOR, NEWS DOOR, STORES DOOR
  201.         and can be set to play music for a MUSIC DOOR. Sysop
  202.         configurable options to suspend time while in a door.
  203.  
  204.           THE LOTTO DOOR. This short game allows the users to gain
  205.         a bit more time while on the BBS.
  206.  
  207.           BBS Review DOOR. Not just another BBS listings door. This
  208.         one add features not seen yet.
  209.  
  210.           BBS Sysop Door. This is a game door that is close to real
  211.         life operations as a PCBoard Sysop. May solve the age old
  212.         problem of users wanting to start their own BBS. Gives them
  213.         a chance to see what it's like. The perils of maintaning a
  214.         BBS. More to come in this game door for would be Sysops.
  215.  
  216.           FREQ Radio Frequency Door allows you to list and download
  217.         scanner and Ham Radio Frequencies. Current version is 2.1.
  218.  
  219.                          ACKNOWLEDGEMENTS
  220.  
  221.         We would like to thank the following persons for their part
  222.        in assisting and or encouraging the writing of this door.
  223.        Bill White and Neal McClain in their help with the sort routine.
  224.        The Lebonan Link BBS for beta testing this
  225.        door.
  226.  
  227.